crypto/tls.newSessionTicketMsgTLS13.label (field)

7 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L877: 	if len(msg.label) == 0 {
		handshake_client_tls13.go#L901: 	session.ticket = msg.label
		handshake_messages.go#L1174: 	label        []byte
		handshake_messages.go#L1188: 			b.AddBytes(m.label)
		handshake_messages.go#L1213: 		!readUint16LengthPrefixed(&s, &m.label) ||
		handshake_server_tls13.go#L1009: 		m.label, err = c.config.WrapSession(c.connectionStateLocked(), state)
		handshake_server_tls13.go#L1019: 		m.label, err = c.config.encryptTicket(stateBytes, c.ticketKeys)